Challenge:  Name Sort
Judge:  TDK
Start:  November 3rd, 2009
End:  November 7th, 2009
Details: Given an abstract program, implement a method to sort a predefined list of names the quickest. 


Author Comment Code
Ashingda 27 - view -
Latch - view -
PhaelaxBubble sort, because it's probably the only sort that's quicker to write than to run.- view -
PhaelaxEntry #2, quick sort. Program will either fail to compile or crash. Bug was tracked down to DBC not being able to use <= (less than or equal to) operator on strings.- view -